window.clickwire=function(){var r=window.location.origin,t=document.referrer;if(!(t&&t.indexOf(r,0)===0)){var o=document.querySelector("script[data-cwid]"),a=o.getAttribute("data-cwid"),e=document.createElement("img"),i={c:a,u:r,p:window.location.pathname,r:t,q:window.location.search};e.src="https://clickwi.re/?"+Object.keys(i).map(function(n){return n+"="+encodeURIComponent(i[n])}).join("&"),e.setAttribute("alt",""),e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.addEventListener("load",function(){e.parentNode.removeChild(e)}),e.addEventListener("error",function(){e.parentNode.removeChild(e)}),document.body.appendChild(e)}}();